home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer 2.0 / Internet Surfer 2.0 (Wayzata Technology) (1996).iso / pc / text / mac / faqs.071 < prev    next >
Encoding:
Text File  |  1996-02-12  |  28.6 KB  |  614 lines

  1. Frequently Asked Questions (FAQS);faqs.071
  2.  
  3.  
  4.  
  5.  
  6.          Modula-3 Frequently Asked Questions
  7.          ===================================
  8.  
  9.  
  10. What is Modula-3 ?
  11.  
  12.    The goal of Modula-3 is to be as simple and safe as it can be while
  13.    meeting the needs of modern systems programmers.  Instead of
  14.    exploring new features, we studied the features of the Modula
  15.    family of languages that have proven themselves in practice and
  16.    tried to simplify them into a harmonious language.  We found that
  17.    most of the successful features were aimed at one of two main
  18.    goals: greater robustness, and a simpler, more systematic type
  19.    system.
  20.  
  21.    Modula-3 descends from Mesa, Modula-2, Cedar, and Modula-2+.  It
  22.    also resembles its cousins Object Pascal, Oberon, and Euclid.
  23.  
  24.    Modula-3 retains one of Modula-2's most successful features, the
  25.    provision for explicit interfaces between modules.  It adds objects
  26.    and classes, exception handling, garbage collection, lightweight
  27.    processes (or threads), and the isolation of unsafe features.
  28.  
  29.  
  30. Is Modula-3 a superset of Modula-2 ?
  31.  
  32.    No; valid Modula-2 programs are not valid Modula-3 programs.
  33.  
  34.  
  35. Where can I get a description of Modula-3 ?
  36.  
  37.    The definition of Modula-3 is contained in:
  38.  
  39.         System Programming with Modula-3
  40.         Edited by Greg Nelson
  41.         Prentice Hall Series in Innovative Technology
  42.         ISBN 0-13-590464-1
  43.         L.C. QA76.66.S87 1991
  44.  
  45.    also known as SPwM3.  Here is the table of contents:
  46.  
  47.         1. Introduction
  48.         2. Language Definition
  49.         3. Standard Interfaces
  50.         4. An Introduction to Programming with Threads
  51.         5. Thread Synchronization: A Formal Specification
  52.         6. I/O Streams: Abstract Types, Real Programs
  53.         7. Trestle Window System Tutorial
  54.         8. How the Language Got its Spots
  55.  
  56.    Chapters 2 and 3 have been reprinted in Sigplan Notices, Volume 27,
  57.    Number 8, August 1992, pp 15-42.
  58.  
  59.    Sam Harbison has written a book about Modula3:
  60.  
  61.         Modula-3
  62.         Samuel P. Harbison
  63.         Prentice Hall, 1992
  64.         ISBN 0-13-596396-6
  65.  
  66.    as well as an overview article, "Modula-3", in Byte, Vol. 15,
  67.    Number 12, October 1990, p 385.
  68.  
  69.  
  70. Where can I get information on Modula-3 ?
  71.  
  72.    There is a Usenet newsgroup, comp.lang.modula3.  The archives of
  73.    that group are available via anonymous ftp from gatekeeper.dec.com
  74.    in pub/DEC/Modula-3/comp.lang.modula3.  If you do not have
  75.    access to Usenet, there is a relay mailing list; send a message to
  76.    m3-request@src.dec.com to be added to it.
  77.  
  78.  
  79. Where can I get an implementation ?
  80.  
  81.    There is only one implementation available today.  It has been built
  82.    by SRC and is available via anonymous ftp from gatekeeper.dec.com in
  83.    pub/DEC/Modula-3/release.  Contributed software can be found
  84.    in pub/DEC/Modula-3/contrib.
  85.  
  86.    The current version, 2.07, implements the language defined in SPwM3.
  87.    There are versions for the following machines:
  88.  
  89.         AIX386  IBM PC running AIX/PS2,
  90.         AP3000  Apollo DN4500 running Domain/OS
  91.         ARM     Acorn R260 running RISC iX 1.21
  92.         DS3100  DECstation 3100 and 5000 running Ultrix 4.0 and 4.2
  93.         HP300   HP 9000/300 running HP-UX 8.0
  94.         IBMR2   IBM R6000 running AIX 3.1,
  95.         IBMRT   IBM RT running IBM/4.3,
  96.         NEXT    NeXT running ?
  97.         SPARC   SPARCstation running SunOS 4.1.x
  98.         SUN3    SUN3 running SunOS
  99.         UMAX    Encore Multimax running UMAX 4.3 (R4.1.1)
  100.         VAX     VAX running Ultrix 3.1
  101.  
  102.    SRC Modula-3 includes a user manual, compiler, runtime library,
  103.    some libraries and a few other goodies (see below).
  104.  
  105.    The compiler generates C as an intermediate language and should be
  106.    fairly easy to port.  Except for the very lowest levels of the
  107.    thread implementation, the entire system is written in Modula-3.
  108.  
  109.  
  110. What if I don't have ftp access ?
  111.  
  112.    Unfortunately, we cannot deliver Modula-3 other than by
  113.    anonymous ftp.  Your best bet is to post a message to
  114.    comp.lang.modula3, in the hope that somebody with ftp
  115.    access can make a tape or floppy for you.
  116.  
  117.  
  118. Can I contribute Modula-3 software ?
  119.  
  120.    Certainly.  Send us what you are willing to share, be it programs,
  121.    libraries or other things.  We'll put them in the distribution.
  122.  
  123. --
  124. Eric.
  125. Xref: bloom-picayune.mit.edu soc.motss:119924 news.answers:4337
  126. Path: bloom-picayune.mit.edu!enterpoop.mit.edu!linus!agate!usenet.ins.cwru.edu!gatech!darwin.sura.net!sgiblab!sgigate!odin!mips!jct
  127. From: jct@mti.sgi.com (Chris Thomas)
  128. Newsgroups: soc.motss,news.answers
  129. Subject: soc.motss FAQ
  130. Followup-To: soc.motss
  131. Date: 1 Dec 1992 18:46:39 GMT
  132. Organization: Mips Technologies, Inc.
  133. Lines: 1065
  134. Approved: news-answers-request@athena.MIT.Edu
  135. Expires: 1 Jan 1993
  136. Message-ID: <lhncofINN3ph@spim.mti.sgi.com>
  137. Reply-To: jct@mti.sgi.com
  138. NNTP-Posting-Host: twink.mti.sgi.com
  139. Keywords: newsgroups mailing-lists crossposting bulletin-boards
  140.  
  141. Archive-name: motss-faq
  142. Last-modified: 1 Dec 1992
  143.  
  144. This list is largely a collection of hearsay:  I'm depending on
  145. information from others.  Please don't make decisions based on anything
  146. here without first checking out the facts for yourself.
  147.  
  148. (A "+" indicates a new question, and a "*" indicates a change from
  149. the last edition of this FAQ.  When you see a question number in this
  150. list, you can probably use your newsreader to search the rest of this
  151. article for that question number.)
  152.  
  153. soc.motss, Other Newsgroups, and Mailing Lists
  154. 101. Who reads soc.motss?
  155. 102. When was soc.motss created?
  156. 103. Why isn't the group name something more obvious, like soc.gay?
  157. 104. What subjects are legitimate in soc.motss?
  158. 105. Can you give any more specific guidelines about posting?
  159. 106. What will happen to me if I post in soc.motss?
  160. 107. Can I post anonymously to soc.motss?
  161. 108. My site has only read access to soc.motss.
  162. 109. What will happen to me if I read soc.motss?
  163. 110. What are those numbers and letters in some signatures?
  164. 111. What are those "twinks", "smurfs", etc.?
  165. 112. What is motss.con?
  166. 121. I saw something in another newsgroup that everyone in soc.motss
  167.      should read.
  168. 122. What about crossposting from soc.motss to other groups?
  169. 123. How do I add {person's name} to my kill file?
  170. 124. How do I make my newsreader do <desired function>?
  171. 125. How do I find someone's email address?
  172. 131. (*) Are there other motss-related newsgroups I'd be interested in?
  173. 132. (*) Are there mailing lists I can subscribe to?
  174. 133. Are there LGBO*-oriented bulletin board systems that I could
  175.      subscribe to directly?
  176.  
  177. Science and Medicine
  178. 201. What is the Kinsey scale?
  179. 202. What is the origin of the "10% gay" figure?
  180. 203. What else did Kinsey find?
  181. 211. Is HIV the same as AIDS?
  182. 212. (*) What is the "AIDS test"?
  183. 213. Since my partner and I are both HIV negative, we don't have to
  184.      bother with safer sex, do we?
  185. 214. Where can I get more information?
  186. 221. What's all this about brain differences in gay men?
  187. 222. Wasn't that an awfully small sample?
  188. 223. Weren't there some exceptions?
  189. 224. What exactly does this study prove?
  190.  
  191. Grab bag
  192. 301. What's the origin of the pink triangle?
  193. 302. Does the pink triangle point up or down?
  194. 303. When is National Coming Out Day (NCOD)?
  195. 304. When is the Pride March in <U.S. city name>?
  196. 305. Who was Harvey Milk?
  197. 306. Was he the first openly gay or lesbian elected official in the U.S.?
  198. 321. Does "gay" imply "male"?
  199. 322. What's the right term to include everyone?
  200. 323. Is "gay" a noun or an adjective?
  201. 324. When the grammar books tell me to say "he", "him", or "his" in
  202.      referring to a person of unspecified gender, what should I do?
  203. 325. Is it "sexual orientation" or "sexual preference"?
  204. 331. How do I get motss pictures via FTP?
  205. 332. Can I get pictures by email?
  206. 333. Where do I find GIF viewers?
  207. 341. Where can I buy stuff by mail order?
  208. 342. I'm/we're going to Europe and want to know which hotels and
  209.      restaurants are gay-friendly.
  210. 343. Who is Orson Scott Card?
  211. 344. I saw an 800 number that is maintained by <homophobic group>.
  212.      Should I post it so everyone can call and tie up the line?
  213. 345. What is GLAAD?
  214. 346. What is NAMBLA?
  215. 347. (*) What gay/lesbian organizations exist for persons in the
  216.      high-technology industries?
  217. 348. What is "After the Ball"?
  218.  
  219. Civil Rights and The Law
  220. 401. (*) Which governments have laws against discrimination on the basis
  221.      of sexual orientation?
  222. 402. What about discrimination by private employers?
  223. 403. Where is same-gender sex legal?
  224. 404. Didn't the U.S. Supreme Court say sodomy was a crime even in private?
  225. 405. (+) What is Amendment 2?
  226.  
  227. About this newsgroup
  228. ====================
  229.  
  230. 101. Who reads soc.motss?
  231.     June 1992 usage figures show about 70,000 readers worldwide.
  232. soc.motss appears regularly on the list of "Top 25 News Groups" in
  233. terms of submitted volume; for two weeks in the middle of May 1992,
  234. there were 2033 articles totaling 2.7 megabytes.  (Hint: learn to
  235. use a kill file.)
  236.  
  237. 102. When was soc.motss created?
  238.     In October 1983, as 'net.motss'.  Excerpt from Steve Dyer's
  239. announcement of 7 Oct 83:  "Net.motss is a forum for the discussion of
  240. gay-related issues of interest to all members of Usenet.  Its name is an
  241. acronym for "members of the same sex", coined by contributors to
  242. net.singles as an analogue to MOTOS--"member of the opposite sex." It is
  243. therefore, unfortunately, a euphemism of sorts--an alternative to the
  244. preferred 'net.gay'.  Nevertheless, the proponents of the group have
  245. gladly passed on this minor issue so that the group should be swiftly
  246. formed."
  247.  
  248. 103. Why isn't the group name something more obvious, like soc.gay?
  249.     At least two answers:  a.  Historically, staying away from the name
  250. "gay" was an attempt not to wave a red flag in front of homophobic
  251. system administrators (see answer to preceding Q).  b.  Currently, there
  252. is considerable disagreement over whether the word "gay" includes
  253. lesbians and bisexuals; "motss" (members of the same sex) references the
  254. issues that bind us all together -- namely, romance and sex with members
  255. of the same gender.
  256.  
  257. 104. What subjects are legitimate in soc.motss?
  258.     Anything motss-related that's on your mind is fair game, with one
  259. major exception:  condemnations or "justifications" of homosexuality do
  260. not belong in soc.motss.  They can go in alt.politics.homosexuality or
  261. talk.politics.misc.
  262.     According to the original announcement, soc.motss "is designed to
  263. foster discussion on a wide variety of topics, such as health problems,
  264. parenting, relationships, clearances, job security and many others.  Gay
  265. members of Usenet will find this a supportive environment for the
  266. discussion of issues which have immediate impact on their everyday
  267. lives.  Those who aren't gay have an opportunity to be informed by the
  268. discussion, and are encouraged to read the news items and contribute
  269. their own questions and opinions.
  270.     "[soc.motss] is emphatically NOT a newsgroup for the discussion of
  271. whether homosexuality is good or bad, natural or unnatural.  Nor is it a
  272. place where conduct unsuitable for the net will be allowed or condoned.
  273. Rather, like every Usenet news group, it is an opportunity for people
  274. all across the world to express their opinions, exchange ideas, and come
  275. to appreciate the diversity within the Usenet membership."
  276.  
  277. 105. Can you give any more specific guidelines about posting?
  278.     Follow normal netiquette.  Some special "hot buttons" for many of us
  279. are any kind of sexist language; statements like "I'm straight, but..."
  280. or "I think what you do is gross"; referring to people with AIDS as
  281. "victims".
  282.     The traffic is huge and many of us are supposed to be working, so
  283. please think about using email rather than posting; or if you post a
  284. follow-up, please edit ruthlessly to pare the quoted bits down to the
  285. bare minimum -- but don't scramble the attributions.
  286.     If you see something particularly outrageous and homophobic, the
  287. advice many of us will give is "sit on your hands": i.e., ignore it.
  288. The 'phobes typically leave soon UNLESS they have an audience.  If
  289. you absolutely feel you must respond, and email isn't good enough,
  290. please at least edit "soc.motss" out of the Newsgroups: line so the
  291. rest of us don't have to see any repetition of it.
  292.  
  293. 106. What will happen to me if I post in soc.motss?
  294.     The answer is, in general, nothing.  (Lots of people of all orienta-
  295. tions read and write to soc.motss, so strictly speaking you're not
  296. coming out by posting.  Even so, some people will draw conclusions about
  297. your sexual orientation from the fact that you post here.  You can post
  298. anonymously by sending email to any of the addresses listed in the
  299. biweekly soc.motss lexicon.
  300.     However-- Assume that any posting in net news is in the public
  301. domain and could end **anywhere**:  the general media, a police file, a
  302. Fundie's hate list, an entrepeneur's sales contact list, etc.  If you
  303. can't stand by your posting, then don't post.
  304.  
  305. 107. Can I post anonymously to soc.motss?
  306.     Don't underestimate the sense of liberty and self-esteem that may
  307. come from posting an article under your own name.  Nevertheless, many
  308. of us are sensitive to the difficulties this may pose for some people,
  309. especially those of us whose first articles were posted by someone
  310. else protecting our identity.  The following people have offered to
  311. re-post submissions after removing any identifying headers, and forward
  312. email responses back to you.
  313.  
  314.     Leonid V. Belyaev    leo@cs.ucla.edu
  315.     Bradley Clymer        clymer@ee.eng.ohio-state.edu
  316.     Laura Creighton        toad@toad.com
  317.     Steve Dyer        dyer@spdcc.com
  318.     Andrew Gollan        adjg@softway.oz.au
  319.     Roger Klorese        rogerk@unpc.queernet.org
  320.     Ciaran McHale        cjmchale@cs.tcd.ie
  321.     Neil Perret-Green    neil@ccl.umist.ac.uk
  322.     Daniel Sternbergh    ddaniel@lindy.stanford.edu
  323.     Chris Thomas        jct@mti.sgi.com
  324.     Cindy Tittle Moore    tittle@ics.uci.edu
  325.  
  326. Please provide a valid name and email address so that this person can
  327. get follow-up mail back to you.  These names and addresses will be
  328. kept confidential.
  329.  
  330. 108. My site has only read access to soc.motss.
  331.     You can try sending email to soc-motss@ucbvax.berkeley.edu.  (Please
  332. don't waste the resources if you can post directly.) I have verified
  333. that the result is a (non-anonymous) post; however, some persons have
  334. reported that mail to that address bounces.  [As of July 1992, this
  335. service seems to be broken.]
  336.     Or you may want to subscribe to a public access site. The semi-
  337. official list of public access UNIX sites (nixpub) is available from
  338. lgnp1 (+1 215 348 9727) (login:guest) and is posted periodically in
  339. the comp.misc newsgroup.
  340.  
  341. 109. What will happen to me if I read soc.motss?
  342.     In general, nothing.  (You may be informed or infuriated, of course;
  343. but that's a standard Usenet hazard.) If you're extremely concerned, you
  344. should be aware that most system software leaves your 'newsrc' file
  345. unprotected by default.  There are system-dependent commands to protect
  346. it, but none are airtight.  As in other areas of life, you have to
  347. decide whether this is an acceptable risk for you.
  348.  
  349. 110. What are those numbers and letters in some signatures?
  350.     A string of letters and numbers beginning with a B and a number
  351. are the "bear codes", which refer to the poster's build, furriness,
  352. etc.  An article explaining the bear codes is available via FTP from
  353. spdcc.com; the filename is "pub/NBCS.V1.9".  (Refer to question 331
  354. for some information on FTP.)  Other cryptic letter/number
  355. combinations appearing in signatures usually indicate one of the many
  356. "codes" developed in response to the original bear code.  There's a
  357. bears mailing list; see "mail.bears" below.
  358.  
  359. 111. What are these "twinks", "smurfs", etc?
  360.     Here's a quick lexicon of some of the "unusual" terms you'll see
  361. on soc.motss.  Some of these are specific to the motss world, and others
  362. aren't.
  363.  
  364. muffin:  A member of the soc.motss community who reads but has never
  365. posted an article, or at least not under their own name.  Usually
  366. used to refer to gay, lesbian, or bisexual persons.
  367.  
  368. biscuit:  Non-gay persons on soc.motss, sometimes used for non-posters
  369. (analogous to muffin), but not always.
  370.  
  371. bears:  Persons, usually men, whose physical characteristics tend
  372. toward the husky and hirsute.
  373.  
  374. twink, twinkie:  Generally, a cute young (male) thing (CYT).  Known as
  375. "golden, cream-filled, and ready to be eaten."  (Etymology:  In the US,
  376. Twinkies(tm) are snack cakes with these same properties.)
  377.  
  378. smurf:  Usually indicates an irreverent, silly, *cute* poster.  Some
  379. soc.motss participants have formed a loose organization called the
  380. "Smurf Gang".  Never take a Smurf Gang posting at face value.  (Etymology:
  381. the cartoon characters.)
  382.  
  383. LGBO*:  Lesbian, Gay, Bisexual people, Others, and Anyone Still
  384. Left Out.
  385.  
  386. 112. What is motss.con?
  387.     [From Bob Donahue:] In San Francisco during 1988, an informal
  388. gathering for a few days took place to take advantage of the
  389. opportunity for people to meet each other face-to-face ("you don't
  390. look anything like your posts").  Everyone had so much fun, it was
  391. repeated in 1989 in Boston, 1990 in Denver, 1991 in Toronto, and was
  392. this year in Portland, Oregon, from July 23-27.
  393.     Generally, the decision of when and where the con is held is made
  394. up by competing groups of people in different locals vying for the
  395. honor based on proposals submitted near the beginning of the year.
  396. The group as a whole votes on the set of proposals, picking one.
  397. Traditionally, there is one "official" motss.con per year, usually in
  398. the early summer.  Several "mini-cons" are held every year worldwide,
  399. and regional dinners, events, get-togethers, etc. are very common.
  400.  
  401.  
  402. Crossposting and net usage
  403. ==========================
  404.  
  405. 121. I saw something in another newsgroup that everyone in soc.motss
  406. should read.
  407.     No, you probably didn't.  It is generally bad manners to crosspost
  408. or duplicate post something from another newsgroup to soc.motss just
  409. because you think soc.motssers should read it.  It is _especially_ bad
  410. manners to crosspost condemnations of homosexuality (see "What subjects
  411. are legitimate", above); and the best thing to do with such posts is to
  412. ignore them or, if you feel you must, to reply by email.  It _is_
  413. acceptable to post a brief note on soc.motss only, saying "In newsgroup
  414. a.b.c there's a thread called blah-blah.  Check it out if you're
  415. interested."
  416.  
  417. 122. What about crossposting from soc.motss to other groups?
  418.     Again, there can't be a hard rule, but it's generally not a good
  419. idea.  Say there was a TV show with some motss interest, and you feel
  420. moved to post about it.  At first thought it might seem reasonable to
  421. crosspost to soc.motss,rec.arts.tv.  But the two groups are separate
  422. because they serve generally separate interests.  The thread could
  423. develop in different directions, and it's not really a service to either
  424. group to force its members to read stuff they're not interested in, or
  425. edit their kill files yet again.
  426.  
  427. 123. How do I add {person's name} to my kill file?
  428.     This varies according to which newsreader you use.  Many of us are
  429. on rn or trn, where the answer is "type Ctrl-K while in soc.motss,
  430. then edit in the line /evilpersonsname/h:j substituting the actual
  431. name between the slashes."  For other newsreaders, and for lots of
  432. Usenet help in general, subscribe to the group news.newusers.questions.
  433.  
  434. 124. How do I make my newsreader do <desired function>?
  435.     Check the user's manual, if there is one.  Ask somebody at your site
  436. who knows.  If all else fails, you can post a question in the group
  437. news.newusers.questions.  Be sure to mention the operating system and
  438. newsreader program you use, with version numbers if possible.
  439.     Remember that it is good manners to read a group for a while before
  440. you post.  Your question may be frequently asked, and you'll have the
  441. answer without posting.
  442.  
  443. 125. How do I find someone's email address?
  444.     This is answered in weekly FAQ postings in news.newusers.questions.
  445.  
  446.  
  447. Other resources
  448. ===============
  449.  
  450. 131. Are there other motss-related newsgroups I'd be interested in?
  451.     - ba.motss is a San Francisco Bay Area regional newsgroup.
  452.     - ne.motss is a New England (northeastern US) regional newsgroup.
  453.     (*) - pnw.motss is a newsgroup for the Pacific Northwest region of
  454.       the US.
  455.     - sci.med.aids for AIDS issues
  456.     - soc.bi: for discussions of bisexuality
  457.     - alt.politics.homosexuality and talk.politics.misc tend (IMHO) to a
  458.       higher level of flamage about LGBO* issues.
  459.     - clari.news.group.gays:  This is part of Clarinet, a commercial
  460.       subscription service carried by some Usenet sites.  Carries UPI
  461.       newswire stories relating to lesbian/gay issues.
  462.     - alt.sex.bondage and rec.arts.bodyart carry topics of interest
  463.       to some specific motss sub-communities.
  464. Of course, We Are Everywhere (TM), so you will also see LGBO* viewpoints
  465. in many newsgroups.
  466.     If you're new to Usenet, or even if you're not, you may find lots of
  467. interesting stuff in news.newusers.questions and news.announce.newusers.
  468. The group news.answers is collecting FAQ lists from all newsgroups.
  469.  
  470. 132. Are there mailing lists I can subscribe to?
  471. Following is the list of those I've seen posted on soc.motss.  Please
  472. send corrections or additions to me by email.  To subscribe, send a
  473. message via email to the address prefixed by (s).  The (p) is the email
  474. address for sending posts (if known).  It is good manners to subscribe
  475. to a list and read it for a while before attempting to post.  Most of
  476. these descriptions have been supplied by the list maintainers.
  477.     - Act-up:  Silence=Death/Action=Life.  AIDS activism.
  478.       (s)act-up-request@world.std.com  (p)act-up@world.std.com
  479.     - bifem-l is a women-only list for bisexuals and friends.  (s) send
  480.       mail to listserv@brownvm.brown.edu with the body "sub bifem-l
  481.       your name".
  482.     - bisexu-l.  (s) send mail to listserv@brownvm.brown.edu with the
  483.       body "sub bisexu-l your name".  (p)bisexu-l@brownvm.brown.edu.
  484.     - cdforum is a list for transvestites, transsexuals, transgenderists
  485.       and supportive others.  (s)cdforum-request@wizvax.methuen.ma.us
  486.       via Internet, or (s)uunet!samsung!wizvax!cdforum-request via UUCP.
  487.     - DSA-LGB:  Mailing list for the members of the Lesbian/gay/bisexual
  488.       Commission of the Democratic Socialists of America, and others
  489.       with shared interests.  (s)DSA-LGB-request@midway.uchicago.edu
  490.       (p)DSA-LGB@midway.uchicago.edu
  491.     - eagles:  "a forum for Eagle Scouts who are queer to discuss how to
  492.       pressure the BSA to change their homophobic policies; interested
  493.       others also welcome." (s)eagles-request@pompei.usc.edu;
  494.       (p)eagles@pompei.usc.edu
  495.     (*) - gaynet:  lesbigay concerns on campus; distributed in digest form.
  496.       (s)gaynet-request@athena.mit.edu (p)gaynet@athena.mit.edu.  [Note:
  497.       Reported missing in action as of 12/92.  Updated information welcome!]
  498.     - lisaben, for discussing lesbian issues (women and men):
  499.       (s)lisaben-request@athena.mit.edu  [Reported defunct Sep 92]
  500.     - mail.bears is a moderated mailing list in digest format for gay
  501.       and bisexual men who are bears themselves and for those who enjoy
  502.       the company of bears.  (s)bears-request@spdcc.COM, or
  503.       (s){harvard,ima,bbn}!spdcc!bears-request
  504.     - ne-social, a purely social mailing list for the northeast corridor
  505.       of the US:  (s)ne-social-motss-request@castle.org or
  506.       (s)castle-request!ne-social-motss (p)ne-social-motss@castle.org or
  507.       (p)castle!ne-social-motss
  508.     - oh-motss.  (s)oh-motss-request@cps.udayton.edu;
  509.       (p)oh-motss@cps.udayton.edu
  510.     - Queer Nation.  (s)qn-request@athena.mit.edu  (p)qn@athena.mit.edu
  511.     - sappho, for discussing lesbian issues (women only):
  512.       (s)sappho-request@mc.lcs.mit.edu
  513.     - Sexual-politics:  Discussions relating to sexual politics.
  514.       (s)sexual-politics-request@reagan.ai.mit.edu
  515.       (p)sexual-politics@reagan.ai.mit.edu
  516.     - transgen:  transsexual, transgender, transvestite discussion and
  517.       support.(s)listserv@brownvm.brown.edu (p)transgen@brownvm.brown.edu
  518.       The message body should be of the form "sub transgen your-name" to
  519.       subscribe.
  520.     - uk-motss: (s)Internet:       uk-motss-request@pyra.co.uk
  521.                 (s)JANet:          uk-motss-request@uk.co.pyra
  522.                                    uk-motss-request%uk.co.pyra@uknet
  523.                 (s)UUCP domain:    uk-motss-request@pyrltd.UUCP
  524.                 (s)UUCP route:     ...!uknet!pyrltd!uk-motss-request
  525.       The information file for the list can be obtained by contacting
  526.       uk-motss-request.
  527.     - OUTIL (Out in Linguistics):  "For queer, lesbian, gay, bisexual,
  528.       etc. linguists and their friends; the list serves primarily to
  529.       allow out linguists to get in touch with one another and to
  530.       provide a way of scheduling gatherings at conferences, although
  531.       mail on any relevant topic is welcome.  Requests to
  532.       outil-request@csli.stanford.edu.
  533.     - National Organization of Gay and Lesbian Scientists and
  534.       Technical Professionals (noglstp):  Subscription requests to
  535.       noglstp-request@elroy.jpl.nasa.gov.
  536.  
  537. Additionally, "Braddlee@ucs.indiana.edu keeps a pretty complete list
  538. of queer-related mailing lists, and mails it to anyone who asks him."
  539.  
  540. 133. Are there LGBO*-oriented bulletin board systems that I could
  541. subscribe to directly?
  542.     "skidillions" of them, according to a post to soc.motss.  Policies
  543. vary regarding access and fees.  Some are networked via Fidonet or
  544. Gaycom or other store-and-forward networks, and some are accessible via
  545. Starlink or PC-Pursuit.  A good list of functioning BBS's (not necessarily
  546. gay) in the US is available from the P.D.S.L.O. BBS (+1 516 938 6722).
  547. {Boardwatch Magazine}'s BBS (+1 303 973 4222) carries information on
  548. BBSes across the country.  Some other places to start (data numbers):
  549.     - 28 Barbary Lane, Seattle WA: +1 206 525 2828
  550.     - The BackRoom (GayCom), Richmond Hill NY: +1 718 849 1616
  551.     - Bill 'n' Bob's, Cleveland OH: +1 216 741 5888
  552.     - Fog City (FIDO node 125/10), San Francisco CA: +1 415 863 9697
  553.     - GLIB, Arlington VA: +1 703 578 4542
  554.     - Long Island [NY] Lambda: +1 516 467 5204
  555.     - pdx-motss, Portland OR: +1 503 293 1762
  556.  
  557. The Kinsey scale
  558. ================
  559.  
  560. 201. What is the Kinsey scale?
  561.     In the 1948 book {Sexual Behavior in the Human Male}, the Kinsey
  562. researchers made the (then) startling assertion that homosexual behavior
  563. was not restricted to identified homosexuals.  (The book was based on
  564. an in-depth survey of thousands of men.) The authors said that it made
  565. more sense to look at a person's behavior and psychological response as
  566. being at some point on a spectrum or scale:
  567.      0 = entirely heterosexual
  568.      1 = largely heterosexual, but with incidental homosexual history
  569.      2 = largely heterosexual, but with a distinct homosexual history
  570.      3 = equally heterosexual and homosexual
  571.      4 = largely homosexual, but with a distinct heterosexual history
  572.      5 = largely homosexual, but with incidental heterosexual history
  573.      6 = entirely homosexual
  574.     (Someone posted excerpts from "Incidence, Frequency, and the Kinsey
  575. 0-6 Scale" by C A Tripp, from {The Encyclopedia of Homosexuality}.  This
  576. answer and the next two are adapted from that posting.)
  577.  
  578. 202. What is the origin of the "10% gay" figure?
  579.     In the same book (see previous answer), Kinsey published survey
  580. results that over the past three years 4% of the men were Kinsey 6's
  581. (exclusively homosexual experiences) and 6% were Kinsey 5's (homosexual
  582. with only incidental hetereosexual experience); 4% + 6% = 10%.  The
  583. parallel statistic for women in the same studies is 3 to 8% (scale 4 to
  584. 6).  The works don't really match exactly in what they were measuring.
  585. Like any sociological study, Kinsey's has been challenged on a number of
  586. grounds.  More recent studies have generated statistics far above or
  587. below these numbers (especially for women), but nothing more
  588. authoritative has been published.
  589.  
  590. 203. What else did Kinsey find?
  591.     Well there are two whole books, but here are a few numerical
  592. excerpts.  "[A]t least 37% of the male population has some homosexual
  593. experience between the beginning of adolescence and old age....  This is
  594. more than one male in three of the persons that one may meet as he
  595. passes along a city street." In addition, 13% of males react erotically
  596. to other males without having overt homosexual contacts after the onset
  597. of adolescence.  (This 13 percent, coupled with the 37 percent who do
  598. have overt homosexual experience, means that a full 50 percent of males
  599. have at least some sexual response to other males after adolescence --
  600. and conversely, that only the other 50 percent of the male population is
  601. entirely heterosexual throughout life.)
  602.     4% of males are exclusively homosexual throughout their lives after
  603. the onset of adolescence.
  604.     8% of males are exclusively homosexual (scale 6) for at least three
  605. years between the ages of 16 and 55.
  606.     13% of males have more homo than hetero experience (scale 4-6) for at
  607. least three years between the ages of 16 and 55.
  608.     18% percent of males have at least as much homo as hetero in their
  609. histories (scale 3-6) for at least three years between ages 16 and 55.
  610.     25% percent of the male population has more than incidental
  611. homosexual experience or reactions (scale 2-6) for at least three years
  612. between the ages of 16 and 55.
  613.     On the other hand, these Kinsey findings are beside the point in a
  614.